home *** CD-ROM | disk | FTP | other *** search
- object TimeTextEditorDlg: TTimeTextEditorDlg
- Left = 395
- Top = 583
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = OKBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'CoreTools TTime Editor'
- ClientHeight = 136
- ClientWidth = 238
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- FormStyle = fsStayOnTop
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 16
- object Bevel1: TBevel
- Left = 8
- Top = 10
- Width = 225
- Height = 79
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 65
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Hours'
- end
- object Label2: TLabel
- Left = 88
- Top = 16
- Width = 65
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Minutes'
- end
- object Label3: TLabel
- Left = 160
- Top = 16
- Width = 65
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Seconds'
- end
- object OKBtn: TBitBtn
- Left = 33
- Top = 98
- Width = 95
- Height = 33
- Caption = '&OK'
- TabOrder = 3
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 137
- Top = 97
- Width = 95
- Height = 33
- Caption = '&Cancel'
- TabOrder = 4
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HoursEditor: TSpinEdit
- Left = 16
- Top = 32
- Width = 65
- Height = 47
- Color = clTeal
- Font.Color = clBlack
- Font.Height = -30
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxValue = 23
- MinValue = 0
- ParentFont = False
- TabOrder = 0
- Value = 0
- end
- object MinutesEditor: TSpinEdit
- Left = 88
- Top = 32
- Width = 65
- Height = 47
- Color = clTeal
- Font.Color = clBlack
- Font.Height = -30
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxValue = 59
- MinValue = 0
- ParentFont = False
- TabOrder = 1
- Value = 0
- end
- object SecondsEditor: TSpinEdit
- Left = 160
- Top = 32
- Width = 65
- Height = 47
- Color = clTeal
- Font.Color = clBlack
- Font.Height = -30
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Increment = 2
- MaxValue = 58
- MinValue = 0
- ParentFont = False
- TabOrder = 2
- Value = 0
- end
- end
-